.isetan_head h1,
.isetan_head h1 a{
  font-size:1.4rem;
  font-weight: 600;
  /* width: calc(100% - 90px); */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--surfcolor);
}
.isetan_head h2{
  display:none;
  font-size:1.4rem;
  font-weight: 600;
  width: calc(100% - 90px);
  height:25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--black22);
}
.isetan_head h2.show{
  display:block;
}
.isetan_head h1 a.hide,
.isetan_head h1.hide{
  display:none;  
}
.isetan_head h1 span{
  /* display:none; */
  font-size:1.4rem;
  height:25px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isetan_head{
  position:fixed;
  top:0;
  left:50%;
  transform: translateX(-50%);
  background:transparent;
  z-index:1;
  width: 100%;
  max-width:768px;;
  background:#fff;
  justify-content: space-between;
}
.isetan_head.fixed{
  background:#fff;
  padding-bottom:20px;
}
.isetan_head.fixed.sticky{
  display:none;
}
.isetan_head h1 img{
  width:130px;
  margin:20px 0 0 20px;
}
.isetan_head h1 span{
  font-size:15px;
  color: var(--surfcolor);
  font-weight: 600;
}
.bldg_name{
  position: absolute;
  top: 56px;
  left: 17px;
  h3{
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    margin-bottom:10px;
  }
  p.sub_name{
    font-size:25px;
    font-weight: 400;
    color: #f1f1f1;
    margin-bottom: 15px;
    line-height: 1;
  }
}
.isetan_head .top_icon_wrap .profile_img{
  cursor: pointer;
  width:27px;
  height:27px;
  background:#f5f5f5 url("../images/ic_user.png?v=3") no-repeat 50% 41%;
  background-size:30px;
  border-radius: 50%;
  border:none;
  box-sizing: border-box;
  overflow: hidden;
  /* position:absolute;
  right:51px;
  top:18px; */
}
.isetan_head .top_icon_wrap .profile_img a{
  width:100%;
  height:100%;
  display: block;;
}

.isetan_head .top_icon_wrap .profile_img.noProfile{
  border:0;
}
.isetan_head .top_icon_wrap .profile_img.noProfile img{
  border:1px solid var(--graydd);
}
.isetan_head .top_icon_wrap .profile_img img{
  display: block;
  width:35px;
  height:35px;
  border-radius: 50%;
  object-fit: cover;
  margin-top:-2px;
  margin-left:-2px;
}
.isetan_head .top_icon_wrap{
  display:flex;
  align-items: center;
  gap:10px !important;
  margin-right:0;
}
.isetan_head .top_icon_wrap li{
  width:23px;
  height:23px;
  background-size:100%;
}
.isetan_head .top_icon_wrap li.global{
  /* background:url(../images/ic-website-thin-white.svg) center no-repeat !important; */
  background:none;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.isetan_head .top_icon_wrap li.share{
  background:url(../images/ic_share_white.svg) center no-repeat;
  background-size:90% !important;
}
.isetan_head .lang p,
.isetan_head .lang.sub p {
    font-size: 18px;
    font-weight: 300;
}
.rest_name{
  font-size:20px;
  color: var(--surfcolor);
  font-weight: 600;
}
.close_button,
.isetan_head span.close {
    width: 20px;
    height: 20px;
    background: url(../images/ico-close-thin.svg) center no-repeat;
    background-size: 18px;
    display: block;
  }
.lang_pop{
    width:70%;
}
.headName{
  display:none;
}
.headName.show{
  display:flex;
  justify-content: space-between;
  padding:20px;
}
#qr_container{
  padding-top:90px !important;
}
.visual_ment{
    width:100%;
    padding:20px 0 130px;
}
.visual_ment h3{
    font-size:33px;
    font-weight: 600;
    color:var(--whiteff);
    line-height:1.2;
    letter-spacing: -0.5px;
    margin-bottom:30px;
}

.visual .info{
    position:fixed;
    bottom:78px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    max-width:768px;
    z-index: 1;
    padding:20px 20px 30px 20px;
}
.visual .info h2{
    font-size:25px;
}
.visual .info p.sub_name{
    color:var(--whiteff);
    height:auto;
    padding:0;
}
.visual .info p{
    padding:5px 0;
    color:var(--gray44);
    height:30px;
}
.visual .info .addr a{
    color:var(--whiteff);
    font-size:14px;
}

.search_box{
    background:var(--whiteff);
    padding:20px;
    margin-top:20px;
    border-radius: 5px;;
}
.search_tit{
    font-size:16px;
    color: var(--gray44);
    font-weight: 600;
    padding-bottom:10px;
    line-height: 1;  
}

.btn_box{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0 0;
  }
.btn_box button{
    padding:8px 20px;
    color:#fff;
    font-size:14px;
    border-radius: 4px;;
}
.btn_box button.search_btn{
    background:var(--surfcolor);
}
  
 
.floating_btn{
    position:fixed;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 90% !important;
    border-top:1px solid #ddd;
    padding:10px 0;
    background:#fff;
    border-top:1px solid #ddd;
  }
  
   
.top_icon_wrap{
  position:absolute;
  top:20px;
  right:20px;
}

.list_wrap .list_con .servi_time div{text-align:center;}
.list_wrap .list_con div.FoodRestButton .reser_btn {
    width: 225px;
}
.list_wrap .list_con .reser_btn {
    width: 225px;
    height: 35px;
    background: var(--gray99);
    border-radius: 5px;
    color: var(--whiteff);
    font-size: 14px;
    display: block;
  }
.list_wrap .list_con .reser_btn2{
    padding:7px 20px;
    border-radius: 4px;;
    font-size:14px;
    background:var(--surfcolor);
    color:var(--whiteff);
    height:34px;
    width: 225px;
    max-width:100%; 
  }
.list_wrap .list_con .reser_btn.noBook{
    width: 225px;
    height: 35px;
    border:1px solid var(--gray99);
    color:var(--gray99);
    border-radius: 5px;
    background: var(--whiteff);
    font-size: 14px;
    display: block;
    line-height: 35px;
    padding:0;;
  } 
.list_wrap .list_con .reser_btn3{
    padding:7px 0px;
    border-radius: 4px;;
    font-size:14px;
    background:var(--whiteff);
    color:var(--black22);
    border:1px solid var(--black22);
    height:34px;
    width: 225px;
    max-width:100%; 
    font-weight: 400;
    letter-spacing: -1px;
    }
.list_wrap .list_con .reser_btn3 span{
    color: var(--redec);
    font-weight: 500;
  }
.list_wrap .list_con .reser_btn.noBook {
    width: 225px;
    height: 35px;
    border: 1px solid var(--gray99);
    color: var(--gray99);
    border-radius: 5px;
    background: var(--whiteff);
    font-size: 14px;
    display: block;
    line-height: 35px;
    padding: 0;
}

.double_slider_box{
    width:100%;
    padding:0 0 10px;
  }
  .range_slider{
    position:relative;
    width:100%;
    height:3px;
    margin:60px 0 20px;
    background:#ddd;
  }
  .slider-track{
    height:100%;
    position:absolute;
    background:#fe696a;
  }
  .range_slider input{
    position:absolute;
    width:100%;
    background:none;
    pointer-events: none;
    top:50%;
    transform: translateY(-50%);
    appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb{
    height:25px;
    width:25px;
    border-radius: 50%;
    border:5px solid #f5e9e2;
    background:var(--surfcolor);
    pointer-events: auto;
    appearance: none;
    cursor: pointer;
  }
  input[type="range"]::-moz-range-thumb{
    height:25px;
    width:25px;
    border-radius: 50%;
    border:5px solid #f5e9e2;
    background:var(--surfcolor);
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
  }
  .tooltip{
    padding:.25rem .5rem;
    border:0;
    background:#373f50;
    color:#fff;
    font-size:.75rem;
    line-height: 1.2;
    border-radius: 10%;
    display:block;
    position:absolute;
    text-align: center;
    white-space: nowrap;
  }
  .min-tooltip{
    left:50%;
    transform: translate(-50%, -100%);
    top:-15px;
  }
  .max-tooltip{
    top:-15px;
    right:50%;
    z-index:2;
    transform: translate(-50%, -100%);
  }
  .input-box{
    display:flex;
    margin-bottom:20px;
    align-items: center;
    gap:4px;
  }
  .min-box,
  .max-box{
    width:43%;
  }
  #lunch + label,
  #dinner + label{
    width:63px;
  }

  /* .min-box{
    padding-left:.5rem;
    margin-right:.5rem;
  } */
  .input-wrap{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items: stretch;
    width:100%;;
  }
  .input-addon{
    display:flex;
    align-items: center;
    padding:.625rem .3rem .625rem .5rem;
    font-size:.9375rem;
    font-weight: 400;
    line-height:1.5;
    color:#4b5465;
    text-align: center;
    white-space: nowrap;
    background:#fff;
    border:1px solid #ddd;
    border-radius:.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;;
    border-right:0;
    height:35px;
  }
  .input-addon.on{
    background:#f1f1f1;
  }
  .input-field{
    margin-left:-1px;
    padding:.425rem .75rem;
    font-size:0.8125rem;
    border-radius: .25rem;
    position:relative;
    flex:1 1 auto;
    width: 1%;
    min-width:0;
    color:#222;
    border:1px solid #ddd;
    background-clip:padding-box;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left:0;
  }
  .input-field:focus{
    outline:none;
  }
  .range_slider input:read-only{
    background-color:transparent !important;
  }





  .detailSet{
    display:flex;
    gap:5px;
    margin:5px 0;
    flex-wrap:wrap;
  }
  .detailSet li{
    border:1px solid #ddd;
    border-radius: 5px;
    padding:5px;
    line-height:20px;
    text-align: center;
    font-size:14px;
    flex:none;
    width:calc(50% - 3px);
    color:var(--gray44);
    cursor: pointer;
    background:url(../images/ico-down.svg) calc(100% - 7px) center no-repeat;
    font-weight: 500;
  }


  .submit_reset_box{
    display:flex;
    gap:5px;
  }
  .submit_reset_box .search_btn {
    padding: 7px 20px;
    background:var(--surfcolor);
    color:var(--whiteff);
    font-size: 14px;
    border-radius: 4px;
    width:calc(100% - 35px);
  }
  .submit_reset_box .reset_btn{
    width:30px;
    box-sizing: border-box;
    border:1px solid var(--surfcolor);
    color: var(--surfcolor);
    border-radius: 4px;
    padding:0;
  }
  .submit_reset_box .reset_btn i{
    background:url("/common/images/ico-refresh-surf.svg") 6px 8px no-repeat;
    background-size:18px;
    display:inline-block;
    width:30px;
    height:30px;

  }
  .submit_reset_box .reset_btn svg{
    font-size:17px;
  }
  

  .search_box p.filter_select_value{
    line-height:35px;
    background:#f1f1f1;
    font-size:13px;
    padding-left:5px;
    border-radius: 5px;
    letter-spacing: -1px;
    line-height:20px;
    text-align: center;
}

/* 위치 음식장르 예산 팝업 */
.detailSetPop,
.detailSetPop2,
.detailSetPop3,
.floorPop{
  width:80%;
  max-width:700px;
  /* min-height:300px; */
  background:#fff;
  border-radius: 5px;
  padding:20px;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:1001;
  display:none;
}
.detailSetPop .close,
.detailSetPop2 .close,
.detailSetPop3 .close,
.floorPop .close{ 
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/ico-close-white.svg") no-repeat 50% 50% / 100%;
}
.detailSetPop h4,
.detailSetPop2 h4,
.detailSetPop3 h4,
.floorPop h4{
  font-size:18px;
  color:#222;
  font-weight:600;
  text-align: center;
  margin-bottom:10px;
  padding-bottom:2px;
}

.detailSetPop .chk_list,
.detailSetPop3 .chk_list{
  margin:10px 0 30px;
  display: flex;
  gap:10px;
  flex-wrap: wrap;
  width:100%;
}
.detailSetPop .chk_list,
.detailSetPop3 .chk_list{
    max-height:350px;
    overflow: auto;
    margin-top:20px;
    padding-bottom:30px;
}
.detailSetPop .chk_list input[type="checkbox"],
.detailSetPop .map p input[type="radio"],
.detailSetPop .loca input[type="radio"],
.detailSetPop3 .chk_list input[type="radio"]{
  display:none;
}

.detailSetPop .map p input[type="radio"] + label,
.detailSetPop .loca input[type="radio"] + label,
.detailSetPop3 .chk_list input[type="radio"] + label{
  padding-left:22px;
  height:25px;
  background:url(../images/radio.svg) left 1px no-repeat;
  background-size:15px;
  font-size:14px;
  display:inline-block;
  line-height:1.2;
}
.detailSetPop .map p input[type="radio"]:checked + label,
.detailSetPop .loca input[type="radio"]:checked +  label,
.detailSetPop3 .chk_list input[type="radio"]:checked + label{
  background:url(../images/radio_on.svg) left 1px no-repeat;
  background-size:15px;
}

.detailSetPop .chk_list input[type="checkbox"] + label{
    padding-left:22px;
    height:25px;
    background:url(../images/chk1_bg.svg) left 4px no-repeat;
    background-size:15px;
    font-size:14px;
    display: flex;
    gap:5px;;
    line-height:1.3;
}
.detailSetPop .chk_list input[type="checkbox"]:checked + label{
    background:url(../images/chk1_bg_on.svg) left 4px no-repeat;
    background-size:15px;
}

.detailSetPop .chk_list li,
.detailSetPop3 .chk_list li{
    width:49%;
    margin-bottom:0px;
}

.floorPop li{
  width:100% !important;
  margin-bottom:7px;
}
.floorPop li input[type="radio"]{
  display:none;
}
.floorPop li input[type="radio"] + label{
  padding-left:22px;
  height:25px;
  background:url(../images/radio.svg) left 1px no-repeat;
  background-size:15px;
  font-size:14px;
  display:inline-block;
  line-height:1.2;
}
.floorPop li input[type="radio"]:checked + label{
  background:url(../images/radio_on.svg) left 1px no-repeat;
  background-size:15px;
}


@media (width <= 685px){
  
    .detailSetPop .chk_list li{
      width:100% !important;
    }
    .detailSetPop3 .chk_list li{
        width:46%;
    }   
}

@media (width <= 480px){
    .detailSetPop,
    .detailSetPop2,
    .detailSetPop3{
        width:90%;
    }
}